This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Kelly Chunugenoden 1.Dec.03 04:33 PM a Web browser Domino Designer6.0.1Windows XP
As a newbie I'm struggeling with date fields in my LS. I've defined a date-filed in a Form and I retrieve the content of this Field with date_input = uidocCur.FieldGetText("einddatum"), where I Dim-ed date_input as Variant. It seems that LS treats the date_input as String. If I compare dates with date_input, I don't get the wanted results. How should I declare and retrieve dates from a form in order to work correctly with them?
Thanks in advance